In this project you will make a robot that moves randomly around the room avoiding crashing into walls and other obstacles in its path.
You will attach an ultrasonic sensor to the front of your robot. This can detect the distance to the nearest obstacle. You will then write some code to use this information to avoid crashes.